home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Prog / T / TC Prog Guide.cpt / picture ƒ / atring.h < prev    next >
Text File  |  1991-02-16  |  495b  |  23 lines

  1. /*
  2. *    FILE:        atring.h
  3. *    AUTHOR:        R. Gonzalez
  4. *    CREATED:    November 9, 1990
  5. *
  6. *    Defines atomic animated ring of satellites for pict application.
  7. */
  8.  
  9. # ifndef    atring_h
  10. # define    atring_h
  11.  
  12. # include    "anring.h"
  13.  
  14. /******************************************************************
  15. *   animated ring.  Animated segment consisting of several 
  16. *    satellites of any type.
  17. ******************************************************************/
  18. struct    Atomic_Ring:Animated_Ring
  19. {
  20.     boolean            init(void);
  21. };
  22.  
  23. # endif